home *** CD-ROM | disk | FTP | other *** search
/ AEMail 2.40 / AEMail v2.40.iso / arexx / modgrpnknm.readme < prev    next >
Text File  |  1998-09-25  |  2KB  |  50 lines

  1. Name: Modgrpnknm.aem
  2.  
  3. TO BE USED BY REGISTERED USER'S ONLY
  4.  
  5. This ARexx script is used modify a group nickname keeping all members
  6. of that group.  This action can only be done through an ARexx script.
  7.  
  8. This script is an example using all of the new ARexx commands added to
  9. AEMail version 1.52.  Not only does it use the new ARexx command
  10. "GETLISTITEM" to display a list of groups, but it also uses the new
  11. additions to the "ADDRESS_BOOK" command:  "ADDRESS_BOOK GET nickname FIRST
  12. USERID" and "ADDRESS_BOOK GET nickname NEXT USERID".
  13.  
  14.  
  15.                              HOW TO IMPLEMENT
  16.                              ----------------
  17.  
  18. This script is probably best placed in your REXX: directory.
  19.  
  20.  
  21.                                 HOW TO USE
  22.                                 ----------
  23.  
  24. When the script is called you will be prompted for the group nickname you
  25. want to modify.  A listview will be displayed that asks you to "Select the
  26. Group Nickname to Modify".  All the groups in your Address Book will be
  27. displayed.  You can click on the group nickname you want to modify.  It
  28. will appear in the string gadget below the list view.  Click on [OK] or
  29. press RETURN to accept this group.
  30.  
  31. You will then be asked to "Enter New Group Nickname".  After entering the
  32. new nickname you can accept it by clicking on [OK] or hitting the RETURN
  33. key.
  34.  
  35. If the new nickname is already in use, you will be given an opportunity to
  36. reenter the nickname or cancelling.
  37.  
  38. If you cancel the "Select the Group Nickname to Modify" or the "Enter New
  39. Group Nickname" requesters or one of the error notifications, you will exit
  40. from the script and will have to restart it.
  41.  
  42. A new group will then be created using the new nickname you entered.  The 
  43. group description and "Send Header Only" flag will be copied from the old 
  44. group description.  All members of the old group will be copied to the new 
  45. group and, when completed, the old group nickname and its members will be
  46. deleted.
  47.  
  48. When the script completes, the message "Group Nickname modified" will be 
  49. displayed.
  50.